home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / MEDICAL / H121B.ZIP / MANUAL.BAT < prev    next >
DOS Batch File  |  1990-05-16  |  1KB  |  45 lines

  1. echo off
  2. :menu
  3.     query menuman.txt,1234[F10][e] /t31 /e112 /a30 /b27 /g /p="Enter choice:"  /x19 /Y22 /s0
  4.     if errorlevel 5 goto end
  5.     if errorlevel 4 goto Manual4
  6.     if errorlevel 3 goto Manual3
  7.     if errorlevel 2 goto Manual2
  8.     if errorlevel 1 goto Manual1
  9.     goto menu
  10.  
  11. :Manual4
  12.   cls
  13.   If exist manual4 Binder Manual4
  14.   If exist manual4 goto menu
  15.   query Menu2.txt,[27][13][F10] /t31 /e112 /a30 /b27 /c /p="Please insert disk with file MANUAL4 and press <Enter>:" /x14 /y11
  16.   If errorlevel 3 goto END
  17.   goto Manual4
  18.  
  19. :Manual3
  20.   cls
  21.   If exist manual3 Binder manual3
  22.   If exist manual3 goto menu
  23.   query Menu2.txt,[27][13][F10] /t31 /e112 /a30 /b27 /c /p="Please insert disk with file MANUAL3 and press <Enter>:" /x14 /y11
  24.   If errorlevel 3 goto END
  25.   goto manual3
  26.  
  27. :Manual2
  28.   cls
  29.   If exist manual2 Binder manual2
  30.   If exist manual2 goto menu
  31.   query Menu2.txt,[27][13][F10] /t31 /e112 /a30 /b27 /c /p="Please insert disk with file MANUAL2 and press <Enter>:" /x14 /y11
  32.   If errorlevel 3 goto END
  33.   goto manual2
  34.  
  35. :Manual1
  36.   cls
  37.   If exist manual1 Binder manual1
  38.   If exist manual1 goto menu
  39.   query Menu2.txt,[27][13][F10] /t31 /e112 /a30 /b27 /c /p="Please insert disk with file MANUAL1 and press <Enter>:" /x14 /y11
  40.   If errorlevel 3 goto END
  41.   goto manual1
  42.  
  43. :END
  44.   cls
  45.